projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cae7b7
)
Fix character constant.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 18 Feb 2003 11:03:31 +0000
(11:03 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 18 Feb 2003 11:03:31 +0000
(11:03 +0000)
lisp/gnus/ietf-drums.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/ietf-drums.el
b/lisp/gnus/ietf-drums.el
index 54bd3a82bcc1c88388271365bb012aa255f87f7e..1dc3cc7691f7ce18296067bf2a83df10d5e1ab4a 100644
(file)
--- a/
lisp/gnus/ietf-drums.el
+++ b/
lisp/gnus/ietf-drums.el
@@
-129,7
+129,7
@@
backslash and doublequote.")
(forward-sexp 1))
((eq c ?\()
(forward-sexp 1))
- ((memq c '(? ?\t ?\n))
+ ((memq c '(?
\
?\t ?\n))
(delete-char 1))
(t
(forward-char 1))))